home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 4179 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.3 KB  |  42 lines

  1. Newsgroups: comp.lang.c
  2. Path: uu4news.netcom.com!friend!news
  3. From: rich@kastle.com (Richard Krehbiel)
  4. Subject: Re: New C Programmer Has A Problem
  5. Message-ID: <1996Feb2.131902.1191@friend.kastle.com>
  6. Sender: news@friend.kastle.com (News)
  7. Reply-To: rich@kastle.com
  8. Organization: Kastle Development Associates
  9. X-Newsreader: Forte Free Agent 1.0.82
  10. References: <4ehpa3$6kl@nntp.novia.net>
  11. Date: Fri, 2 Feb 1996 13:19:50 GMT
  12.  
  13. tsyslo@oasis.novia.net (Tony Syslo) wrote:
  14.  
  15. > START MESSAGE:
  16. >  I have a question on C... why isn't this program working?!
  17. >  
  18. >  Program START:
  19. >  /* File Open */
  20. >  
  21. >  #include <clib/dos_protos.h>
  22. >  #include <dos/dos.h>
  23. >  #include <stdio.h>
  24. >  #include <exec/types.h>
  25.  
  26. Well, after perusing the current replies, I see no one recognized an
  27. Amiga program.  I'm not a bit surprised.  Unfortunately, however valid
  28. your #includes and calls to Open, Read, Write, and Close might be, no
  29. one in comp.lang.c will be able to help with these because they don't
  30. have a clue what Amiga programs are like.
  31.  
  32. The other replies point out the program's real faults, but if you want
  33. specific Amiga behavior, you should be reading and asking questions in
  34. comp.sys.amiga.programmer.
  35.  
  36. --
  37. Richard Krehbiel, Kastle Systems, Arlington VA USA
  38. rich@kastle.com (work) or richk@mnsinc.com (personal)
  39.  
  40.